From f8681f167411923842b1063874d47bc09e6b1b07 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Tue, 1 Nov 2005 15:24:47 +0100 Subject: [PATCH] Added missing __init__.py. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/python/xen/xend/tests/__init__.py diff --git a/tools/python/xen/xend/tests/__init__.py b/tools/python/xen/xend/tests/__init__.py new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/tools/python/xen/xend/tests/__init__.py @@ -0,0 +1 @@ + -- 2.30.2